package dune

  1. Overview
  2. Docs
Fast, portable, and opinionated build system

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.5.0.tbz
sha256=77bd4c6704359fae1969636cfc3cd7a517ba3604819ef89c919c0762b5093610
sha512=acaed76ab8618977118579641a1f6734ed4a225ab46494c6c5fd8e1bf9a0889e62db9adc7bd11770da602f4dd4785cef5ece4ad26512d08b64b8f3bd8954c80d

Description

dune is a build system that was designed to simplify the release of Jane Street packages. It reads metadata from "dune" files following a very simple s-expression syntax.

dune is fast, has very low-overhead, and supports parallel builds on all platforms. It has no system dependencies; all you need to build dune or packages using dune is OCaml. You don't need make or bash as long as the packages themselves don't use bash explicitly.

dune supports multi-package development by simply dropping multiple repositories into the same directory.

It also supports multi-context builds, such as building against several opam roots/switches simultaneously. This helps maintaining packages across several versions of OCaml and gives cross-compilation for free.

Published: 20 Oct 2022

README

Dune - A Composable Build System

Dune is a build system designed for OCaml/Reason projects only. It focuses on providing the user with a consistent experience and takes care of most low-level details of OCaml compilations. It's merely necessary to provide a description of your project, and Dune will do the rest.

It implements a scheme that's inspired from the one used inside Jane Street and adapted to the open source world. It has matured over a long time and is used daily by hundreds of developers, meaning it's highly tested and productive.

Dune comes with a manual. If you want to get started without reading too much, look at the quick start guide or watch this introduction video.

The example directory contains examples of projects using dune.

Main workflow AppVeyor status Release

Overview

Dune reads project metadata from dune files, which are either static files in a simple S-expression syntax or OCaml scripts. It uses this information to setup build rules, generate configuration files for development tools such as Merlin, handle installation, etc.

Dune itself is fast, has very low overhead, and supports parallel builds on all platforms. It has no system dependencies. OCaml is all you need to build Dune and packages using Dune. You don't need make or bash, as long as the packages themselves don't use bash explicitly.

In particular, one can install OCaml on Windows with a binary installer and then use only the Windows Console to build Dune and packages using Dune.

Strengths

Composable

Take n repositories that use Dune and arrange them in any way on the file system. The result is still a single repository that Dune knows how to build at once.

This make simultaneous development on multiple packages trivial.

Gracefully Handles Multi-Package Repositories

Dune knows how to handle repositories containing several packages. When building via Opam, it is able to correctly use libraries that were previously installed, even if they are already present in the source tree.

The magic invocation is:

$ dune build --only-packages <package-name> @install

Building Against Several Configurations at Once

Dune can build a given source code repository against several configurations simultaneously. This helps maintaining packages across several versions of OCaml, as you can test them all at once without hassle.

In particular, this makes it easy to handle cross-compilation.

This feature requires Opam.

Requirements

Dune requires OCaml version 4.08.0 to build itself and can build OCaml projects using OCaml 4.02.3 or greater.

Installation

We recommended installing Dune via the Opam package manager:

$ opam install dune

If you are new to Opam, make sure to run eval $(opam config env) to make dune available in your PATH. The dune binary is self-contained and relocatable, so you can safely copy it somewhere else to make it permanently available.

You can also build it manually with:

$ make release
$ make install

If you do not have make, you can do the following:

$ ocaml bootstrap.ml
$ ./dune.exe build -p dune --profile dune-bootstrap
$ ./dune.exe install dune

The first command builds the dune.exe binary. The second builds the additional files installed by Dune, such as the man pages, and the last simply installs all of that on the system.

Please note: unless you ran the optional ./configure script, you can simply copy dune.exe anywhere and it will just work. dune is fully relocatable and discovers its environment at runtime rather than hard-coding it at compilation time.

Support

If you have questions about Dune, you can send an email to ocaml-core@googlegroups.com or open a ticket on GitHub.

Migration from Jbuilder

Dune was formerly known as Jbuilder. Migration from Jbuilder to Dune is described in the manual.

Status

Dune is fairly stable and used by the majority of packages on Opam. Note that Dune retains backward compatibility with Jbuilder, and in particular, existing Jbuilder projects will continue to be buildable with Dune.

Dependencies (5)

  1. base-threads
  2. base-unix
  3. ocamlfind-secondary
  4. ocaml >= "4.02" & < "4.08~~"
  5. ocaml >= "4.08" & < "5.3"

Dev Dependencies

None

  1. 0install >= "2.15.1"
  2. 0install-gtk
  3. 0install-solver
  4. ANSITerminal >= "0.8.1"
  5. aarch64-esperanto >= "0.0.6"
  6. absolute
  7. abstract_algebra < "v0.17.0"
  8. accessor < "v0.17.0"
  9. accessor_async < "v0.17.0"
  10. accessor_base < "v0.17.0"
  11. accessor_core < "v0.17.0"
  12. acgtk
  13. aches
  14. aches-lwt
  15. acp4
  16. acpc >= "2.0.0"
  17. adelfa
  18. advi
  19. afl-persistent >= "1.4"
  20. agrid
  21. ahrocksdb
  22. aifad >= "2.2.1"
  23. alba >= "0.4.1"
  24. albatross
  25. alcotest
  26. alcotest-async
  27. alcotest-js
  28. alcotest-lwt
  29. alcotest-mirage
  30. alg_structs
  31. alg_structs_qcheck
  32. algaeff
  33. allegro5
  34. alonzo
  35. alsa >= "0.3.0"
  36. alt-ergo >= "2.3.0" & < "2.6.0"
  37. alt-ergo-free >= "2.4.3"
  38. alt-ergo-lib >= "2.4.2" & < "2.6.0"
  39. alt-ergo-parsers < "2.6.0"
  40. alt-ergo-plugin-ab-why3 < "2.6.0"
  41. altgr-ergo >= "2.3.0"
  42. ambient-context >= "0.2"
  43. ambient-context-eio >= "0.2"
  44. ambient-context-lwt >= "0.2"
  45. amqp-client >= "2.0.3"
  46. amqp-client-async
  47. amqp-client-lwt
  48. ancient >= "0.10.0"
  49. anders
  50. angstrom >= "0.11.1"
  51. angstrom-async >= "0.11.1"
  52. angstrom-lwt-unix >= "0.11.1"
  53. angstrom-unix >= "0.11.1"
  54. ansi < "0.6.0"
  55. ansi-parse
  56. anthill
  57. antic < "0.3.2"
  58. ao >= "0.2.2"
  59. api-watch
  60. apronext
  61. arb < "0.3.2"
  62. arc
  63. archetype
  64. archi
  65. archi-async
  66. archi-lwt
  67. arg-complete
  68. argon2
  69. arp
  70. art
  71. asai
  72. asak
  73. ask
  74. ask-integrator
  75. asli >= "0.2.0"
  76. asn1-combinators >= "0.2.5"
  77. ast_generic
  78. async < "v0.17.0"
  79. async-uri < "0.4.0"
  80. async_durable < "v0.17.0"
  81. async_extra < "v0.17.0"
  82. async_find < "v0.17.0"
  83. async_graphics
  84. async_inotify < "v0.17.0"
  85. async_interactive < "v0.17.0"
  86. async_js < "v0.17.0"
  87. async_kernel < "v0.17.0"
  88. async_rpc_kernel < "v0.17.0"
  89. async_rpc_websocket < "v0.17.0"
  90. async_sendfile < "v0.17.0"
  91. async_shell < "v0.17.0"
  92. async_smtp < "v0.17.0"
  93. async_ssl < "v0.17.0"
  94. async_udp < "v0.17.0"
  95. async_unix < "v0.17.0"
  96. async_websocket < "v0.17.0"
  97. atable
  98. atd >= "2.2.1" & < "4.0.0"
  99. atdcpp < "4.0.0"
  100. atdd < "4.0.0"
  101. atdgen >= "2.2.1" & < "4.0.0"
  102. atdgen-codec-runtime < "4.0.0"
  103. atdgen-runtime >= "2.2.1" & < "4.0.0"
  104. atdj >= "2.2.1" & < "4.0.0"
  105. atdpy < "4.0.0"
  106. atds < "4.0.0"
  107. atdts < "4.0.0"
  108. atomic < "base"
  109. autofonce
  110. autofonce_config
  111. autofonce_core
  112. autofonce_lib
  113. autofonce_m4
  114. autofonce_misc
  115. autofonce_patch
  116. autofonce_share
  117. avro
  118. avro-compiler
  119. awa
  120. awa-mirage
  121. aws >= "1.2"
  122. aws-async
  123. aws-autoscaling >= "1.2"
  124. aws-cloudformation >= "1.2"
  125. aws-cloudtrail >= "1.2"
  126. aws-cloudwatch
  127. aws-config
  128. aws-ec2 >= "1.2"
  129. aws-elasticache
  130. aws-elasticloadbalancing >= "1.2"
  131. aws-lwt
  132. aws-rds
  133. aws-route53
  134. aws-s3
  135. aws-s3-async
  136. aws-s3-lwt
  137. aws-sdb >= "1.2"
  138. aws-sqs
  139. aws-ssm >= "1.2"
  140. aws-sts >= "1.2"
  141. azblob
  142. azblob-async
  143. azure-cosmos-db < "0.4.0"
  144. babel < "v0.17.0"
  145. backoff
  146. bag
  147. baguette_sharp
  148. bancos
  149. bank
  150. bare_encoding
  151. bark
  152. base < "v0.17.0"
  153. base32
  154. base64 >= "2.3.0"
  155. base_bigstring < "v0.17.0"
  156. base_quickcheck < "v0.17.0"
  157. base_trie < "v0.17.0"
  158. bastet
  159. bastet_async
  160. bastet_lwt
  161. batch_jaro_winkler
  162. batsat
  163. batteries >= "3.7.1"
  164. bdd >= "0.5"
  165. bddrand
  166. bech32
  167. bechamel
  168. bechamel-js
  169. bechamel-notty
  170. bechamel-perf
  171. beluga = "1.0"
  172. benchmark >= "1.6"
  173. bencode >= "2.0"
  174. bentov
  175. bestline
  176. bheap >= "2.0.0"
  177. bibfmt
  178. bidirectional_map < "v0.17.0"
  179. bigarray-compat
  180. bigarray-overlap
  181. bigdecimal < "v0.17.0"
  182. bignum < "v0.17.0"
  183. bigstring >= "0.3"
  184. bigstring-unix
  185. bigstringaf >= "0.5.0"
  186. bimage
  187. bimage-display
  188. bimage-gtk
  189. bimage-io
  190. bimage-lwt
  191. bimage-sdl
  192. bimage-unix
  193. bimap
  194. bin
  195. bin_prot < "v0.17.0"
  196. binaryen != "0.3.0" & < "0.14.0" | >= "0.17.1"
  197. binaryen_dsl
  198. bindlib >= "6.0.0"
  199. biniou >= "1.2.1"
  200. binning
  201. binsec < "0.11.0"
  202. bio_io
  203. biocaml
  204. biotk < "0.3"
  205. bisect_ppx >= "1.4.0"
  206. bistro
  207. bistro-bio
  208. bitcoin >= "3.0"
  209. bitcoin-cohttp-async
  210. bitcoin-cohttp-lwt
  211. bitcoin-ocurl
  212. bitcoinml
  213. bitlib
  214. bitmasks
  215. bitpack_serializer
  216. bitstring >= "3.1.1" & < "5.0.2"
  217. bitv >= "1.4"
  218. bitwuzla
  219. bitwuzla-bin < "1.0.0"
  220. bitwuzla-c
  221. bizowie-api
  222. bjack >= "0.1.6"
  223. blake3
  224. bloomf
  225. bls12-381 < "19.0"
  226. bls12-381-gen
  227. bls12-381-hash
  228. bls12-381-js
  229. bls12-381-js-gen
  230. bls12-381-legacy
  231. bls12-381-signature
  232. bls12-381-unix
  233. blurhash
  234. bm25
  235. bnfgen
  236. bogue
  237. bogue-tutorials
  238. boltzgen < "0.9.5"
  239. bonsai < "v0.17.0"
  240. boulangerie
  241. box
  242. brr-lwd
  243. bst >= "7.0.1"
  244. bstr
  245. buffer-pool
  246. build_path_prefix_map >= "0.3"
  247. builder
  248. builder-web
  249. bun >= "0.3.4"
  250. bwd
  251. bwrap
  252. bytearray
  253. bytebuffer
  254. bytepdf
  255. bz2
  256. ca-certs
  257. ca-certs-nss
  258. cachet
  259. cachet-lwt
  260. cachet-solo5
  261. cactus
  262. cairn
  263. cairo2 >= "0.6"
  264. cairo2-gtk
  265. cairo2-pango
  266. caisar < "0.2.1"
  267. caisar-ir
  268. caisar-nnet
  269. caisar-onnx
  270. caisar-ovo
  271. caisar-xgboost
  272. calcium < "0.3.2"
  273. calculon
  274. calculon-web
  275. calendar >= "3.0.0"
  276. calendars
  277. calipso
  278. calli
  279. callipyge >= "0.2"
  280. camelot
  281. camels
  282. camelsnakekebab
  283. camlimages >= "5.0.2"
  284. camlix
  285. camlon >= "3.1.0"
  286. camlp-streams
  287. camlrack
  288. camltc >= "0.9.8"
  289. camomile >= "1.0.2"
  290. camyll
  291. canary
  292. capnp >= "3.5.0"
  293. capnp-rpc < "2.1"
  294. capnp-rpc-lwt < "2.0"
  295. capnp-rpc-net < "2.1"
  296. capnp-rpc-unix < "2.1"
  297. caqti >= "1.0.0" & < "2.1.1"
  298. caqti-async < "2.1.1"
  299. caqti-driver-mariadb < "2.1.1"
  300. caqti-driver-pgx < "2.1.1"
  301. caqti-driver-postgresql >= "1.0.0" & < "2.1.1"
  302. caqti-driver-sqlite3 >= "1.0.0" & < "2.1.1"
  303. caqti-dynload >= "1.0.0" & < "2.3.0"
  304. caqti-eio < "2.1.1"
  305. caqti-lwt >= "1.0.0" & < "2.1.1"
  306. caqti-mirage < "2.1.1"
  307. caqti-type-calendar >= "1.0.0"
  308. carbon < "0.2.0"
  309. carray
  310. carton < "1.0.0"
  311. carton-git
  312. carton-lwt < "1.0.0"
  313. catala < "0.9.0"
  314. catala-format >= "0.2.0" & < "1.2.0"
  315. catala-lsp
  316. catapult
  317. catapult-client
  318. catapult-daemon
  319. catapult-file
  320. catapult-sqlite
  321. cattery
  322. cbor >= "0.3"
  323. cborl
  324. ccbg
  325. cconv >= "0.5"
  326. cdb
  327. cdrom >= "0.9.4"
  328. ceph
  329. certify >= "0.3.0"
  330. cf
  331. cf-lwt
  332. cfg >= "2.2.0"
  333. cfml
  334. cfstream
  335. chacha
  336. chamelon
  337. chamelon-unix
  338. charInfo_width
  339. charrua
  340. charrua-client
  341. charrua-server
  342. charrua-unix
  343. charset
  344. chartjs
  345. chartjs-annotation
  346. chartjs-colorschemes
  347. chartjs-datalabels
  348. chartjs-streaming
  349. chase
  350. checkseum = "0.0.3" | >= "0.2.1"
  351. choice >= "0.4"
  352. cid
  353. cinaps >= "v0.12.0"
  354. clangml >= "4.0.1"
  355. clangml-transforms
  356. clap >= "0.2.0"
  357. clarity-lang
  358. class_group_vdf
  359. clim
  360. clim-ppx
  361. climate
  362. clp_operations
  363. clz
  364. cmarker
  365. cmdliner-stdlib
  366. cmon
  367. codept
  368. codept-lib
  369. cohttp >= "1.1.1" & < "6.0.0"
  370. cohttp-async < "6.0.0"
  371. cohttp-curl < "6.1.0"
  372. cohttp-curl-async < "6.1.0"
  373. cohttp-eio < "6.0.0"
  374. cohttp-lwt < "6.0.0"
  375. cohttp-lwt-jsoo < "6.1.0"
  376. cohttp-lwt-unix < "6.0.0"
  377. cohttp_async_websocket < "v0.17.0"
  378. cohttp_static_handler < "v0.17.0"
  379. coin >= "0.1.1"
  380. colibri2
  381. colibrics
  382. colibrilib
  383. colombe
  384. color >= "0.2.0"
  385. color-brewery
  386. combinat
  387. comby
  388. comby-kernel
  389. comby-semantic
  390. command_rpc < "v0.17.0"
  391. commons
  392. conan
  393. conan-cli
  394. conan-database
  395. conan-lwt
  396. conan-unix
  397. conduit
  398. conduit-async
  399. conduit-lwt
  400. conduit-lwt-unix
  401. conduit-mirage
  402. conex >= "0.10.0"
  403. conex-mirage-crypto
  404. confero
  405. config-file = "1.2.1"
  406. conformist
  407. containers
  408. containers-data
  409. containers-thread
  410. content_security_policy < "v0.17.0"
  411. cookie
  412. cookies
  413. coq >= "8.14.0" & < "8.20.0"
  414. coq-core < "8.20.0"
  415. coq-lsp != "0.2.3+9.0" & < "0.2.4+9.0" | = "0.2.5+8.20"
  416. coq-of-ocaml
  417. coq-serapi
  418. coq-stdlib < "8.20.0"
  419. coqide >= "8.14.0" & < "8.20.0"
  420. coqide-server < "8.20.0"
  421. core < "v0.17.0"
  422. core-and-more
  423. core_bench < "v0.17.0"
  424. core_compat
  425. core_extended < "v0.17.0"
  426. core_kernel < "v0.17.0"
  427. core_profiler < "v0.17.0"
  428. core_unix < "v0.17.0"
  429. cosovo
  430. cow >= "2.4.0"
  431. cowabloga >= "0.5.0"
  432. cpm >= "12.1.2"
  433. cppo >= "1.6.6"
  434. cppo_ocamlbuild >= "1.6.6"
  435. cps_toolbox
  436. cpu
  437. cpuid >= "0.1.2"
  438. crc >= "2.1.0"
  439. crlibm >= "0.3"
  440. crontab
  441. crowbar >= "0.2"
  442. crunch
  443. cry >= "0.6.5"
  444. cryptokit >= "1.16.1"
  445. csexp
  446. csexp-query
  447. css
  448. css-parser
  449. cstruct
  450. cstruct-async
  451. cstruct-lwt
  452. cstruct-sexp
  453. cstruct-unix
  454. csv >= "2.2"
  455. csv-lwt >= "2.1"
  456. csvfields < "v0.17.0"
  457. csvtool
  458. ctoxml
  459. ctypes >= "0.21.1" & < "0.24.0"
  460. ctypes-foreign >= "0.21.1" & < "0.24.0"
  461. ctypes-zarith
  462. ctypes_stubs_js
  463. cucumber
  464. cudf >= "0.10"
  465. cue_sheet_maker
  466. cuid >= "0.2"
  467. cumulus
  468. curl
  469. curl_lwt
  470. curly >= "0.2.0"
  471. current
  472. current-albatross-deployer
  473. current-web-pipelines
  474. current_ansi
  475. current_docker
  476. current_examples
  477. current_git
  478. current_github
  479. current_gitlab
  480. current_incr
  481. current_ocluster < "0.3.0"
  482. current_rpc
  483. current_slack
  484. current_ssh
  485. current_web
  486. curses >= "1.0.9" & < "1.0.12"
  487. curve-sampling
  488. cviode
  489. daft >= "0.0.4"
  490. dap
  491. data-encoding
  492. dataframe
  493. datakit-server >= "0.12.2"
  494. datakit-server-9p >= "0.12.2"
  495. datalog >= "0.6"
  496. dates_calc < "0.0.7"
  497. daypack-lib
  498. dbf < "0.1.1"
  499. dblp
  500. dblp-api
  501. debian-formats >= "0.1.2"
  502. decimal
  503. decoders >= "0.1.2"
  504. decoders-bencode
  505. decoders-cbor
  506. decoders-ezjsonm >= "0.1.2"
  507. decoders-ezxmlm
  508. decoders-jsonaf
  509. decoders-jsonm
  510. decoders-msgpck
  511. decoders-sexplib
  512. decoders-yojson >= "0.1.2"
  513. decompress >= "0.8.1"
  514. dedent < "v0.17.0"
  515. dedukti >= "2.7"
  516. delimited_parsing < "v0.17.0"
  517. depyt
  518. devkit >= "1.0"
  519. diet
  520. diffable
  521. digestif >= "0.9.0"
  522. directories
  523. dirsift
  524. diskuvbox
  525. disml
  526. dispatch >= "0.4.1"
  527. dispatch-js
  528. distributed >= "0.6.0"
  529. distributed-lwt >= "0.2.0"
  530. distributed-uwt >= "0.2.0"
  531. dkim
  532. dkim-bin
  533. dkim-lwt-unix
  534. dkim-mirage
  535. dkml-c-probe
  536. dkml-dune-dsl
  537. dkml-dune-dsl-show
  538. dkml-install
  539. dkml-install-installer
  540. dkml-install-runner
  541. dkml-runtime-common >= "2.0.3"
  542. dkml-runtime-distribution
  543. dkml-workflows
  544. dlm >= "0.3.1"
  545. dmap
  546. dmarc
  547. dns
  548. dns-certify
  549. dns-cli
  550. dns-client
  551. dns-client-lwt
  552. dns-client-miou-unix
  553. dns-client-mirage
  554. dns-lwt
  555. dns-mirage
  556. dns-resolver
  557. dns-server
  558. dns-stub
  559. dns-tsig
  560. dnsrobot
  561. dnssec
  562. docfd
  563. docker-api >= "0.2"
  564. docker_hub
  565. dockerfile < "8.3.5"
  566. dockerfile-cmd < "8.3.5"
  567. dockerfile-opam >= "8.2.7" & < "8.3.5"
  568. docteur
  569. docteur-solo5
  570. docteur-unix
  571. doculib
  572. doi2bib
  573. dokeysto >= "3.0.2"
  574. dokeysto_camltc >= "3.0.2"
  575. dokeysto_lz4 >= "3.0.2"
  576. dolmen >= "0.4.1"
  577. dolmen_bin
  578. dolmen_loop
  579. dolmen_lsp
  580. dolmen_model
  581. dolmen_type
  582. dolog >= "4.0.0"
  583. domain-local-await < "1.0.1"
  584. domain-local-timeout
  585. domain-name
  586. domain_shims
  587. domainslib
  588. dose3 >= "6.1"
  589. dose3-extra
  590. dot-merlin-reader
  591. dotenv
  592. dream
  593. dream-accept
  594. dream-cli
  595. dream-encoding
  596. dream-html
  597. dream-htmx
  598. dream-httpaf
  599. dream-livereload
  600. dream-pure
  601. dream-serve
  602. dream_middleware_ext
  603. drom >= "0.3.0"
  604. drom_lib >= "0.3.0"
  605. drom_toml
  606. dropbox
  607. dropbox_lwt_unix
  608. dscheck < "0.4.0"
  609. dssi >= "0.1.3"
  610. dtc-pb
  611. dtoa >= "0.3.2"
  612. dtools
  613. dual
  614. duff >= "0.2"
  615. dum >= "1.0.3"
  616. dump_ocamlformat
  617. dune-ai-context
  618. dune-build-info < "3.15.3"
  619. dune-cargo-build
  620. dune-compiledb
  621. dune-configurator >= "2.5.1" & < "3.15.3"
  622. dune-deps
  623. dune-expand
  624. dune-private-libs < "3.15.3"
  625. dune-release >= "1.0.0" & < "2.0.0"
  626. duppy
  627. duras
  628. duration
  629. dyn < "3.15.3"
  630. dypgen
  631. earley >= "3.0.0"
  632. earlybird < "1.3.4"
  633. easy-format >= "1.3.2"
  634. easy_logging
  635. easy_logging_yojson
  636. ecaml < "v0.17.0"
  637. edn
  638. ego
  639. eigen >= "0.1.0"
  640. eio < "0.9"
  641. eio-ssl
  642. eio_linux < "0.9"
  643. either
  644. elasticsearch-cli >= "0.5"
  645. electrod
  646. elm_core
  647. elm_playground
  648. elm_playground_native
  649. elm_playground_web
  650. elm_system
  651. elpi
  652. email_message < "v0.17.0"
  653. embedded_ocaml_templates < "0.8"
  654. emile >= "0.4"
  655. emoji >= "2.0.0"
  656. encore >= "0.4"
  657. env_config < "v0.17.0"
  658. epictetus
  659. eqaf >= "0.2"
  660. eqaf-cstruct
  661. equinoxe
  662. equinoxe-cohttp
  663. equinoxe-hlc
  664. erlang
  665. errpy
  666. erssical
  667. esa
  668. esgg
  669. esperanto-cosmopolitan >= "0.0.5"
  670. ethernet
  671. euler
  672. exenum >= "0.86"
  673. exit
  674. expect >= "0.1.0"
  675. expect_test_helpers
  676. expect_test_helpers_async < "v0.17.0"
  677. expect_test_helpers_core < "v0.17.0"
  678. expect_test_helpers_kernel
  679. expr
  680. extism
  681. extism-manifest
  682. extlib >= "1.7.9"
  683. extunix >= "0.3.1"
  684. ez_api
  685. ez_cmdliner >= "0.2.0"
  686. ez_config >= "0.2.0"
  687. ez_file = "0.3.0"
  688. ez_hash
  689. ez_pgocaml
  690. ez_search
  691. ez_subst
  692. ezcurl
  693. ezcurl-lwt
  694. ezdl
  695. ezgzip >= "0.2.3"
  696. ezjs_ace
  697. ezjs_blockies
  698. ezjs_cleave
  699. ezjs_crypto
  700. ezjs_cytoscape
  701. ezjs_d3pie
  702. ezjs_extension
  703. ezjs_fetch
  704. ezjs_idb
  705. ezjs_jquery
  706. ezjs_min
  707. ezjs_odometer
  708. ezjs_push
  709. ezjs_qrcode
  710. ezjs_recaptcha
  711. ezjs_timeline
  712. ezjsonm >= "1.0.0"
  713. ezjsonm-encoding
  714. ezjsonm-lwt
  715. ezlua
  716. ezresto
  717. ezresto-directory
  718. ezsqlite >= "0.4.2"
  719. ezxmlm >= "1.1.0"
  720. FPauth
  721. FPauth-core
  722. FPauth-responses
  723. FPauth-strategies
  724. FrontC >= "4.0.0"
  725. faad >= "0.5.0"
  726. facteur
  727. fadbadml >= "0.1.2"
  728. faraday >= "0.7.1"
  729. faraday-async >= "0.7.1"
  730. faraday-lwt >= "0.7.1"
  731. faraday-lwt-unix >= "0.7.1"
  732. farith
  733. farmhash >= "0.4"
  734. fasmifra
  735. fat-filesystem >= "0.13.0"
  736. fd-send-recv >= "2.0.1"
  737. fdkaac >= "0.3.2"
  738. feat
  739. feat-core
  740. feat-num
  741. feather
  742. feather_async
  743. ff
  744. ff-bench
  745. ff-pbt
  746. ff-sig
  747. ffmpeg >= "1.0.0~beta1" & < "1.1.7"
  748. ffmpeg-av < "1.1.7"
  749. ffmpeg-avcodec < "1.1.7"
  750. ffmpeg-avdevice < "1.1.7"
  751. ffmpeg-avfilter < "1.1.7"
  752. ffmpeg-avutil < "1.1.7"
  753. ffmpeg-swresample < "1.1.7"
  754. ffmpeg-swscale < "1.1.7"
  755. fftw3
  756. fiat-p256
  757. fiber < "3.7.0"
  758. fieldslib >= "v0.13.0" & < "v0.17.0"
  759. file_path < "v0.17.0"
  760. fileutils >= "0.6.1"
  761. finch
  762. fit < "1.3.2"
  763. fix >= "20181206"
  764. flac
  765. flatunionfind
  766. flex-array
  767. flint < "0.3.2"
  768. flow_parser >= "0.229.1"
  769. fluxt
  770. fmlib
  771. fmlib_browser
  772. fmlib_js
  773. fmlib_parse
  774. fmlib_pretty
  775. fmlib_std
  776. fontforge-of-ocaml
  777. frama-c >= "26.0~beta" & < "28.0~beta"
  778. frama-c-metacsl >= "0.4" & < "0.7"
  779. frama-clang < "0.0.16"
  780. fred
  781. freetds >= "0.7"
  782. frei0r >= "0.1.2"
  783. frenetic
  784. fromager
  785. fsevents
  786. fsevents-lwt
  787. fsml
  788. fswatch
  789. fswatch_async
  790. fswatch_lwt
  791. fun-postgresql
  792. fun-sql
  793. fun-sqlite
  794. functoria
  795. functoria-runtime
  796. fuseau
  797. fuseau-lwt
  798. fuzzy_compare
  799. fuzzy_match < "v0.17.0"
  800. fzf < "v0.17.0"
  801. GT < "0.5.4"
  802. gapi-ocaml
  803. gbddml
  804. gd >= "1.1"
  805. gdbprofiler
  806. gemini
  807. gen >= "0.5.3"
  808. gen_js_api < "1.1.7"
  809. gendarme < "0.4.1"
  810. gendarme-csv < "0.4.1"
  811. gendarme-ezjsonm < "0.4.1"
  812. gendarme-json < "0.4.0"
  813. gendarme-toml < "0.4.1"
  814. gendarme-yaml < "0.4.1"
  815. gendarme-yojson < "0.4.1"
  816. genspio >= "0.0.3"
  817. genspir >= "1.0.1"
  818. geojson
  819. geojsone
  820. geoml
  821. get_line >= "7.0.0"
  822. gettext = "0.4.2"
  823. gettext-camomile < "0.5.0"
  824. gettext-stub < "0.5.0"
  825. git
  826. git-cohttp
  827. git-cohttp-unix
  828. git-http
  829. git-kv
  830. git-mirage
  831. git-net
  832. git-paf
  833. git-unix
  834. github >= "4.0.0"
  835. github-data
  836. github-hooks
  837. github-hooks-unix >= "0.5.0"
  838. github-jsoo >= "4.3.0"
  839. github-unix >= "4.0.0"
  840. gitlab
  841. gitlab-jsoo
  842. gitlab-unix
  843. gitlab_pipeline_notifier
  844. glfw-ocaml
  845. globlon
  846. gluten
  847. gluten-async
  848. gluten-eio
  849. gluten-lwt
  850. gluten-lwt-unix
  851. gluten-mirage
  852. gmap
  853. gmp
  854. gnuplot
  855. gobba
  856. gobject-introspection
  857. goblint < "2.2.1"
  858. goblint-cil >= "1.8.0"
  859. google-drive-ocamlfuse
  860. gopcaml-mode
  861. gopcaml-mode-merlin
  862. gospel
  863. gotd
  864. gperftools
  865. gpiod
  866. gpr
  867. gr
  868. grace
  869. grain_dypgen >= "0.2.1"
  870. graphics
  871. graphql >= "0.8.0"
  872. graphql-async >= "0.8.0"
  873. graphql-cohttp >= "0.9.0"
  874. graphql-lwt >= "0.8.0"
  875. graphql_parser >= "0.9.0"
  876. graphql_ppx
  877. graphv
  878. graphv_core
  879. graphv_core_lib
  880. graphv_font
  881. graphv_font_js
  882. graphv_font_stb_truetype
  883. graphv_gles2
  884. graphv_gles2_native
  885. graphv_gles2_native_impl
  886. graphv_webgl
  887. graphv_webgl_impl
  888. gremlin
  889. grenier
  890. grid
  891. grpc < "0.2.0"
  892. grpc-async < "0.2.0"
  893. grpc-lwt < "0.2.0"
  894. gsl >= "1.24.0"
  895. gstreamer >= "0.3.1"
  896. guardian
  897. guile
  898. h1
  899. h1-lwt-unix
  900. h1_parser
  901. h2
  902. h2-async
  903. h2-eio
  904. h2-lwt
  905. h2-lwt-unix
  906. h2-mirage
  907. hack_parallel
  908. hacl-star
  909. hacl-star-raw >= "0.5.0"
  910. hacl_x25519
  911. happy-eyeballs
  912. happy-eyeballs-lwt
  913. happy-eyeballs-miou-unix
  914. happy-eyeballs-mirage
  915. hardcaml < "v0.17.0"
  916. hardcaml_axi < "v0.17.0"
  917. hardcaml_c < "v0.17.0"
  918. hardcaml_circuits < "v0.17.0"
  919. hardcaml_fixed_point < "v0.17.0"
  920. hardcaml_handshake < "v0.17.0"
  921. hardcaml_of_verilog < "v0.17.0"
  922. hardcaml_step_testbench < "v0.17.0"
  923. hardcaml_verify < "v0.17.0"
  924. hardcaml_verilator < "v0.17.0"
  925. hardcaml_waveterm < "v0.17.0"
  926. hardcaml_xilinx < "v0.17.0"
  927. hardcaml_xilinx_components < "v0.17.0"
  928. hardcaml_xilinx_reports < "v0.17.0"
  929. hashcons >= "1.4.0"
  930. hashset >= "1.0.1"
  931. haxe >= "4.1.1"
  932. hc
  933. hdf5
  934. hdr_histogram < "0.0.3"
  935. headache
  936. header-check
  937. herdtools7 >= "7.55"
  938. hex >= "1.3.0"
  939. hex_encode < "v0.17.0"
  940. hexstring
  941. hg_lib < "v0.17.0"
  942. hidapi >= "1.1"
  943. hidapi-lwt
  944. higher_kinded < "v0.17.0"
  945. higlo >= "0.8"
  946. hilite < "0.5.0"
  947. hkdf
  948. hl_yaml
  949. hockmd
  950. hpack
  951. htmlfromtexbooks
  952. hts_shrink >= "2.1.2"
  953. http < "6.0.0"
  954. http-cookie < "4.3.0"
  955. http-lwt-client
  956. http-mirage-client
  957. http-multipart-formdata
  958. http_async
  959. httpaf >= "0.6.0"
  960. httpaf-async >= "0.6.0"
  961. httpaf-lwt-unix
  962. httpaf_caged
  963. httpcats
  964. httph
  965. httpun
  966. httpun-async
  967. httpun-eio
  968. httpun-lwt
  969. httpun-lwt-unix
  970. httpun-mirage
  971. httpun-types
  972. httpun-ws
  973. httpun-ws-async
  974. httpun-ws-eio
  975. httpun-ws-lwt
  976. httpun-ws-lwt-unix
  977. httpun-ws-mirage
  978. huffman
  979. hurl
  980. hvsock >= "2.0.0"
  981. hxd
  982. hyper
  983. ISO3166
  984. ISO8601 >= "0.2.6"
  985. i3ipc
  986. icalendar
  987. idd
  988. idds
  989. imagelib
  990. incr_dom < "v0.17.0"
  991. incr_dom_interactive < "v0.17.0"
  992. incr_dom_keyboard
  993. incr_dom_partial_render < "v0.17.0"
  994. incr_dom_sexp_form < "v0.17.0"
  995. incr_dom_widgets
  996. incr_map < "v0.17.0"
  997. incr_select < "v0.17.0"
  998. incremental < "v0.17.0"
  999. incremental_cycles
  1000. indentation_buffer < "v0.17.0"
  1001. index
  1002. index-bench
  1003. inferno >= "20190924"
  1004. influxdb
  1005. influxdb-async
  1006. influxdb-lwt
  1007. inotify >= "2.4" & < "2.6"
  1008. inquire
  1009. int_repr < "v0.17.0"
  1010. integers >= "0.3.0"
  1011. integers_stubs_js
  1012. integration1d >= "0.5.1"
  1013. interface-prime
  1014. interface-prime-lwt
  1015. interval >= "1.5" & < "1.6"
  1016. interval-map
  1017. interval_base
  1018. interval_crlibm
  1019. interval_intel
  1020. io-page
  1021. io-page-unix
  1022. iostream
  1023. iostream-camlzip
  1024. ip2location
  1025. ip2locationio
  1026. ip2proxy
  1027. ip2whois
  1028. ipaddr >= "2.9.0"
  1029. ipaddr-cstruct
  1030. ipaddr-sexp
  1031. irc-client >= "0.6.2"
  1032. irc-client-lwt >= "0.6.2"
  1033. irc-client-lwt-ssl
  1034. irc-client-tls >= "0.6.2"
  1035. irc-client-unix >= "0.6.2"
  1036. iri >= "0.6.0" & < "1.1.0"
  1037. irky
  1038. irky-eio
  1039. irmin
  1040. irmin-bench
  1041. irmin-chunk
  1042. irmin-cli
  1043. irmin-client
  1044. irmin-containers
  1045. irmin-fs
  1046. irmin-git
  1047. irmin-graphql
  1048. irmin-http
  1049. irmin-indexeddb
  1050. irmin-layers
  1051. irmin-mirage
  1052. irmin-mirage-git
  1053. irmin-mirage-graphql
  1054. irmin-pack
  1055. irmin-pack-tools
  1056. irmin-server
  1057. irmin-test
  1058. irmin-tezos
  1059. irmin-unix
  1060. irmin-watcher
  1061. iso639
  1062. iter >= "1.4"
  1063. itv-tree >= "2.2"
  1064. jane-street-headers >= "v0.12.0" & < "v0.17.0"
  1065. jane_rope < "v0.17.0"
  1066. janestreet_cpuid < "v0.17.0"
  1067. janestreet_csv < "v0.17.0"
  1068. janestreet_lru_cache < "v0.17.0"
  1069. jasmin >= "2023.06.0" & < "2025.06.0"
  1070. jekyll-format >= "0.2.0"
  1071. jemalloc >= "0.2"
  1072. jhupllib
  1073. jingoo >= "1.3.0"
  1074. jose
  1075. js_of_ocaml < "5.1.0"
  1076. js_of_ocaml-compiler < "5.1.0"
  1077. js_of_ocaml-lwt < "5.1.0"
  1078. js_of_ocaml-ocamlbuild >= "3.5.0"
  1079. js_of_ocaml-ppx < "5.1.0"
  1080. js_of_ocaml-ppx_deriving_json < "5.1.0"
  1081. js_of_ocaml-toplevel < "5.1.0"
  1082. js_of_ocaml-tyxml < "5.1.0"
  1083. js_of_ocaml-webgpu
  1084. js_of_ocaml-webidl
  1085. js_of_ocaml_patches < "v0.17.0"
  1086. json-data-encoding < "1.1.1"
  1087. json-data-encoding-browser < "1.1.1"
  1088. json-data-encoding-bson < "1.1.1"
  1089. json_decoder
  1090. jsonaf < "v0.17.0"
  1091. jsonoo
  1092. jsonrpc
  1093. jsonschema2atd
  1094. jsonxt
  1095. jsoo-react
  1096. jsoo_broadcastchannel
  1097. jsoo_storage
  1098. jst-config < "v0.17.0"
  1099. junit >= "2.0.1"
  1100. junit_alcotest >= "2.0.1"
  1101. junit_ounit >= "2.0.1"
  1102. jupyter
  1103. jupyter-archimedes
  1104. jupyter-kernel
  1105. jws
  1106. jwto
  1107. kafka >= "0.5"
  1108. kafka_async
  1109. kafka_lwt
  1110. kappa-agents
  1111. kappa-binaries
  1112. kappa-library
  1113. kappa-server
  1114. kcas < "0.7.0"
  1115. kcas_data < "0.7.0"
  1116. kdf
  1117. kdl
  1118. ke
  1119. key-parsers >= "0.10.1"
  1120. kicadsch >= "0.4.0"
  1121. kind2
  1122. kinetic-client >= "0.0.11"
  1123. kittyimg
  1124. kmt
  1125. knights_tour
  1126. kqueue < "0.5.0"
  1127. krb
  1128. lab
  1129. lablgtk3
  1130. lablgtk3-extras >= "3.0.1"
  1131. lablgtk3-goocanvas2
  1132. lablgtk3-gtkspell3
  1133. lablgtk3-rsvg2
  1134. lablgtk3-sourceview3
  1135. lablqml
  1136. lacaml >= "11.0.2"
  1137. ladspa >= "0.2.0"
  1138. lambda
  1139. lambda-runtime
  1140. lambda-term >= "2.0"
  1141. lambda_streams
  1142. lambda_streams_async
  1143. lambda_streams_lwt
  1144. lambdapi < "2.3.1"
  1145. lambdasoup >= "0.6.4"
  1146. lame >= "0.3.4"
  1147. landmarks = "1.4"
  1148. landmarks-ppx < "1.5"
  1149. lascar >= "0.6-alpha"
  1150. lastfm = "0.3.3"
  1151. launchd >= "1.3"
  1152. layoutz
  1153. lazy-trie
  1154. lbfgs >= "0.9.1"
  1155. lbvs_consent >= "2.1.0"
  1156. ldap >= "2.4.1"
  1157. ldp < "0.5.0"
  1158. ldp_curl < "0.5.0"
  1159. ldp_js < "0.5.0"
  1160. ldp_tls < "0.5.0"
  1161. leaflet
  1162. learn-ocaml
  1163. learn-ocaml-client
  1164. ledgerwallet
  1165. lens >= "1.2.4"
  1166. letsencrypt
  1167. letsencrypt-app
  1168. letsencrypt-dns
  1169. letsencrypt-mirage
  1170. letters
  1171. leveldb
  1172. lib_parsing
  1173. libabsolute
  1174. libbinaryen < "105.1.0" | >= "107.0.1"
  1175. libirmin
  1176. libsail < "0.20"
  1177. libsvm >= "0.10.0"
  1178. libzipperposition
  1179. lilac
  1180. lilv
  1181. line-up-words < "v0.17.0"
  1182. line_oriented
  1183. linenoise >= "1.3.1"
  1184. links
  1185. links-mysql
  1186. links-postgresql
  1187. links-sqlite3
  1188. linol
  1189. linol-eio
  1190. linol-lwt
  1191. lintcstubs
  1192. lintcstubs-arity < "0.5.2"
  1193. lintcstubs-gen
  1194. linwrap
  1195. liquid_interpreter
  1196. liquid_ml
  1197. liquid_parser
  1198. liquid_std
  1199. liquid_syntax
  1200. little_logger
  1201. llama
  1202. llama-cpp-ocaml
  1203. llama_core
  1204. llama_interactive
  1205. llama_midi
  1206. llvm >= "15.0.7+nnp-2" & < "18-shared"
  1207. lmdb = "1.0"
  1208. lo >= "0.2.0"
  1209. lockfree
  1210. loga
  1211. logical
  1212. logs-async < "1.3"
  1213. logs-async-reporter < "1.3"
  1214. logs-ppx
  1215. logs-syslog
  1216. logtk
  1217. lp
  1218. lp-glpk
  1219. lp-glpk-js
  1220. lp-gurobi
  1221. lp-highs
  1222. lpd
  1223. lreplay < "0.1.1"
  1224. lrgrep
  1225. lru >= "0.3.0"
  1226. lru_cache
  1227. lsp
  1228. lt-code
  1229. lua-ml >= "0.9.3"
  1230. lua_parser
  1231. lucid
  1232. lun
  1233. lustre-v6 >= "6.103.3"
  1234. lutils >= "1.51.2"
  1235. lutin >= "2.71.10"
  1236. luv
  1237. luv_unix
  1238. lwd
  1239. lwt < "5.9.2" | = "6.0.0~alpha00"
  1240. lwt-canceler >= "0.2"
  1241. lwt-dllist
  1242. lwt-exit
  1243. lwt-parallel
  1244. lwt-watcher >= "0.2"
  1245. lwt_direct < "6.0.0~beta01"
  1246. lwt_domain
  1247. lwt_eio < "0.4"
  1248. lwt_glib >= "1.1.1"
  1249. lwt_log >= "1.1.1"
  1250. lwt_ppx >= "1.2.2" & < "5.9.2"
  1251. lwt_react >= "1.1.2"
  1252. lwt_retry
  1253. lwt_ssl >= "1.1.3"
  1254. lz4 >= "1.2.0"
  1255. lz4_chans >= "3.0.1"
  1256. lzo >= "0.0.3"
  1257. m_tree
  1258. macaddr
  1259. macaddr-cstruct
  1260. macaddr-sexp
  1261. mad >= "0.5.0"
  1262. magic-mime >= "1.1.2"
  1263. magic-trace
  1264. make-random
  1265. malfunction
  1266. man_in_the_middle_debugger < "v0.17.0"
  1267. markdown
  1268. markup >= "0.8.0"
  1269. markup-lwt
  1270. mastodon-archive-viewer >= "0.2"
  1271. matcha
  1272. matplotlib
  1273. mbr-format
  1274. mc2
  1275. mccs
  1276. mcrunch
  1277. mdx >= "1.8.0"
  1278. mec
  1279. mechaml
  1280. mehari
  1281. mehari-eio
  1282. mehari-eio-unix
  1283. mehari-lwt-unix
  1284. mehari-mirage
  1285. mel
  1286. melange < "1.0.0"
  1287. melange-compiler-libs
  1288. meldep
  1289. mem_usage
  1290. memcad
  1291. memfd
  1292. memgraph
  1293. memgraph_kitty
  1294. memo
  1295. memprof-limits
  1296. memtrace
  1297. memtrace-mirage
  1298. memtrace_viewer
  1299. menhir >= "20200123"
  1300. menhirCST
  1301. menhirGLR
  1302. menhirLib
  1303. menhirSdk
  1304. merge-fmt
  1305. merlin
  1306. merlin-extend
  1307. merlin-lib
  1308. mesh >= "0.9.5"
  1309. mesh-easymesh >= "0.9.5"
  1310. mesh-graphics >= "0.9.5"
  1311. mesh-triangle >= "0.9.5"
  1312. metadb
  1313. metapp
  1314. metaquot
  1315. metrics
  1316. metrics-influx
  1317. metrics-lwt
  1318. metrics-rusage
  1319. metrics-unix
  1320. mew
  1321. mew_vi
  1322. mhttp
  1323. mhttp-client
  1324. mhttp-server
  1325. middleware
  1326. mimic
  1327. mimic-happy-eyeballs
  1328. mindstorm >= "0.8"
  1329. mindstorm-lwt
  1330. minicaml
  1331. minicli >= "5.0.2"
  1332. minisat >= "0.3"
  1333. miou < "0.5.2"
  1334. mirage >= "4.0.0"
  1335. mirage-block
  1336. mirage-block-ccm
  1337. mirage-block-combinators
  1338. mirage-block-lwt
  1339. mirage-block-partition
  1340. mirage-block-ramdisk
  1341. mirage-block-solo5
  1342. mirage-block-unikraft
  1343. mirage-block-unix
  1344. mirage-block-xen
  1345. mirage-bootvar
  1346. mirage-channel >= "3.2.0"
  1347. mirage-channel-lwt
  1348. mirage-clock
  1349. mirage-clock-lwt
  1350. mirage-clock-unix
  1351. mirage-conduit
  1352. mirage-console
  1353. mirage-console-lwt
  1354. mirage-crypto
  1355. mirage-crypto-ec
  1356. mirage-crypto-pk
  1357. mirage-crypto-rng
  1358. mirage-crypto-rng-async
  1359. mirage-crypto-rng-eio
  1360. mirage-crypto-rng-lwt
  1361. mirage-crypto-rng-miou-unix
  1362. mirage-crypto-rng-mirage
  1363. mirage-crypto-rng-mkernel
  1364. mirage-device
  1365. mirage-dns
  1366. mirage-flow
  1367. mirage-flow-combinators
  1368. mirage-flow-lwt
  1369. mirage-flow-unix
  1370. mirage-fs
  1371. mirage-fs-lwt
  1372. mirage-kv >= "2.0.0"
  1373. mirage-kv-lwt >= "2.0.0"
  1374. mirage-kv-mem
  1375. mirage-kv-unix < "3.0.0"
  1376. mirage-logs
  1377. mirage-monitoring
  1378. mirage-mtime
  1379. mirage-nat
  1380. mirage-net
  1381. mirage-net-lwt
  1382. mirage-net-macosx >= "1.6.0"
  1383. mirage-net-solo5
  1384. mirage-net-unikraft
  1385. mirage-net-unix
  1386. mirage-net-xen
  1387. mirage-profile
  1388. mirage-protocols
  1389. mirage-protocols-lwt
  1390. mirage-ptime
  1391. mirage-qubes
  1392. mirage-qubes-ipv4
  1393. mirage-random
  1394. mirage-runtime
  1395. mirage-sleep
  1396. mirage-solo5
  1397. mirage-stack
  1398. mirage-stack-lwt
  1399. mirage-time
  1400. mirage-time-lwt
  1401. mirage-time-unix
  1402. mirage-types >= "3.6.0"
  1403. mirage-types-lwt >= "3.6.0"
  1404. mirage-unix
  1405. mirage-vnetif
  1406. mirage-xen
  1407. mkaudio >= "1.1.0"
  1408. mkernel
  1409. mkocaml
  1410. mlbdd >= "0.7.2"
  1411. mlfenv
  1412. mlmpfr >= "4.0.2+dune"
  1413. mlpost
  1414. mlpost-lablgtk
  1415. mlt_parser < "v0.17.0"
  1416. mm >= "0.7.0" & < "0.8.2"
  1417. mmap
  1418. mmdb
  1419. mmo
  1420. mnd
  1421. mnet
  1422. mnet-cli
  1423. mnet-dns
  1424. mnet-happy-eyeballs
  1425. mnet-ssh
  1426. mnet-tls
  1427. mnottui
  1428. mnotty
  1429. mock >= "0.1.1"
  1430. mock-ounit >= "0.1.1"
  1431. module-graph
  1432. molenc >= "5.0.0"
  1433. monaco_jsoo
  1434. monolith < "20241126"
  1435. monomorphic >= "2.0"
  1436. monorobot
  1437. moonpool
  1438. moonpool-io
  1439. moonpool-lwt
  1440. morbig >= "0.10.3"
  1441. morsmall
  1442. moss >= "0.1.1"
  1443. mparser >= "1.3"
  1444. mparser-pcre
  1445. mparser-re
  1446. mperf
  1447. mpg123
  1448. mpp >= "0.3.4"
  1449. mpris
  1450. mpris-clients
  1451. mrmime
  1452. msat >= "0.8"
  1453. msat-bin
  1454. msendmail
  1455. mset
  1456. msgpck >= "1.5"
  1457. msgpck-repr
  1458. mssql
  1459. mugen
  1460. mula
  1461. multibase
  1462. multicodec
  1463. multihash
  1464. multihash-digestif
  1465. multipart-form-data >= "0.3.0"
  1466. multipart_form
  1467. multipart_form-cohttp-lwt
  1468. multipart_form-eio
  1469. multipart_form-lwt
  1470. multipart_form-miou
  1471. murmur3 >= "0.3"
  1472. mustache >= "3.1.0"
  1473. mustache-cli
  1474. mutaml
  1475. mutf8
  1476. mwt
  1477. mybuild >= "7"
  1478. mysql8
  1479. mysql_protocol
  1480. n_ary < "v0.17.0"
  1481. naboris
  1482. nacc
  1483. nanoev
  1484. nanoev-picos
  1485. nanoev-posix
  1486. nanoev_tiny_httpd
  1487. nanoid
  1488. nanosvg
  1489. nanosvg_text
  1490. nbd >= "4.0.3"
  1491. nbd-tool
  1492. nbd-unix
  1493. neo4j_bolt
  1494. netkat
  1495. netlink >= "0.3.4"
  1496. netsnmp < "v0.17.0"
  1497. nice_parser
  1498. ninja_utils
  1499. niru
  1500. nlopt
  1501. nmea
  1502. noCanren
  1503. nocoiner
  1504. node_of_ocaml
  1505. non_empty_list
  1506. nottui
  1507. nottui-lwt
  1508. nottui-miou
  1509. nottui-pretty
  1510. nottui-unix
  1511. notty >= "0.2.3"
  1512. notty-community
  1513. notty-miou
  1514. notty_async >= "v0.13.0" & < "v0.17.0"
  1515. np
  1516. npy >= "0.0.9"
  1517. nsq
  1518. numeric_string < "v0.17.0"
  1519. nuscr
  1520. OCADml < "0.6.0"
  1521. OCanren
  1522. OCanren-ppx
  1523. OSCADml < "0.2.1"
  1524. obeam
  1525. obelisk >= "0.5.0"
  1526. obuilder < "0.6.0"
  1527. obuilder-spec < "0.6.0"
  1528. obus >= "1.2.1"
  1529. ocal >= "0.2.2"
  1530. ocaml-canvas
  1531. ocaml-compiler-libs >= "v0.12.0"
  1532. ocaml-embed-file < "v0.17.0"
  1533. ocaml-in-python
  1534. ocaml-index
  1535. ocaml-lsp-server
  1536. ocaml-lua
  1537. ocaml-migrate-parsetree
  1538. ocaml-migrate-parsetree-ocamlbuild
  1539. ocaml-monadic >= "0.4.1"
  1540. ocaml-print-intf
  1541. ocaml-probes < "v0.17.0"
  1542. ocaml-protoc >= "2.0.1"
  1543. ocaml-protoc-plugin < "6.1.0"
  1544. ocaml-r >= "0.1.1"
  1545. ocaml-syntax-shims
  1546. ocaml-systemd >= "1.3"
  1547. ocaml-top
  1548. ocaml-vdom < "transition"
  1549. ocaml-version = "3.5.0"
  1550. ocaml_db_model
  1551. ocaml_intrinsics < "v0.17.0"
  1552. ocaml_pgsql_model
  1553. ocaml_plugin
  1554. ocamlcodoc
  1555. ocamldiff >= "1.2"
  1556. ocamlformat >= "0.24.1"
  1557. ocamlformat-lib
  1558. ocamlformat-mlx
  1559. ocamlformat-mlx-lib
  1560. ocamlformat-rpc < "removed"
  1561. ocamlformat-rpc-lib
  1562. ocamlgraph >= "2.0.0"
  1563. ocamlgraph_gtk
  1564. ocamline
  1565. ocamlog
  1566. ocamlregextkit
  1567. ocb
  1568. ocf >= "0.8.0" & < "1.0.0"
  1569. ocf_ppx < "1.0.0"
  1570. ockt
  1571. ocluster < "0.3.0"
  1572. ocluster-api < "0.3.0"
  1573. ocluster-worker < "0.3.0"
  1574. ocolor
  1575. ocp-browser >= "1.2.1"
  1576. ocp-indent >= "1.7.0" & < "1.9.0"
  1577. ocp-indent-nlfork
  1578. ocp-index
  1579. ocp-search
  1580. ocp_reveal
  1581. ocplib-endian >= "1.1"
  1582. ocplib-json-typed-browser
  1583. ocplib-json-typed-bson
  1584. ocplib-simplex >= "0.5"
  1585. ocplib_stuff >= "0.4.0"
  1586. ocsigen-i18n >= "4.0.0"
  1587. ocsigen-ppx-rpc
  1588. ocsigenserver >= "4.0.1" & < "7.0.0"
  1589. ocsipersist
  1590. ocsipersist-dbm
  1591. ocsipersist-dbm-config
  1592. ocsipersist-lib
  1593. ocsipersist-pgsql
  1594. ocsipersist-pgsql-config
  1595. ocsipersist-sqlite
  1596. ocsipersist-sqlite-config
  1597. octavius >= "1.2.2"
  1598. ocue
  1599. odate
  1600. odds >= "1.1"
  1601. odep
  1602. odepack >= "0.6.9"
  1603. odnnr
  1604. odoc < "3.0.0"
  1605. odoc-parser < "3.0.0"
  1606. oepub
  1607. of_json < "v0.17.0"
  1608. offheap
  1609. ogg >= "1.0.0"
  1610. ohex
  1611. oidc
  1612. ojs < "1.1.7"
  1613. ojs_base
  1614. ojs_base_all
  1615. ojs_base_ppx
  1616. ojs_ed
  1617. ojs_filetree
  1618. ojs_list
  1619. olinq >= "0.3"
  1620. omd >= "1.3.2"
  1621. ometrics
  1622. omg
  1623. omigrate
  1624. omlr >= "1.0.3"
  1625. omtl
  1626. oneffs
  1627. oniguruma
  1628. opam-0install
  1629. opam-0install-cudf
  1630. opam-bin >= "1.0.0"
  1631. opam-build
  1632. opam-client >= "2.0.2"
  1633. opam-compiler
  1634. opam-core >= "2.0.2"
  1635. opam-custom-install
  1636. opam-devel >= "2.0.2"
  1637. opam-ed >= "0.4"
  1638. opam-file-format >= "2.1.0" & < "2.1.5"
  1639. opam-format >= "2.0.2"
  1640. opam-graph
  1641. opam-grep >= "0.2.0"
  1642. opam-installer >= "2.0.2"
  1643. opam-monorepo < "0.3.6"
  1644. opam-package-upgrade >= "0.2"
  1645. opam-publish >= "2.0.2"
  1646. opam-repository >= "2.0.2"
  1647. opam-solver >= "2.0.2"
  1648. opam-spin
  1649. opam-state >= "2.0.2"
  1650. opam-test
  1651. opam_bin_lib != "0.9.5"
  1652. opasswd
  1653. opatch
  1654. opazl
  1655. openai-gym
  1656. openapi
  1657. openapi-opium
  1658. openapi_router
  1659. opencc0
  1660. opencc1
  1661. opencc1_1
  1662. openQASM
  1663. openstellina
  1664. opentelemetry < "0.90"
  1665. opentelemetry-client-cohttp-eio < "0.90"
  1666. opentelemetry-client-cohttp-lwt < "0.90"
  1667. opentelemetry-client-ocurl < "0.90"
  1668. opentelemetry-cohttp-lwt < "0.90"
  1669. opentelemetry-logs < "0.90"
  1670. opentelemetry-lwt < "0.90"
  1671. opium
  1672. opium-graphql
  1673. opium-testing
  1674. opium_kernel >= "0.17.0"
  1675. oplot < "0.85"
  1676. oplsr
  1677. opomodoro
  1678. opsian
  1679. optal
  1680. opti
  1681. optimization1d >= "0.6.1"
  1682. optiml-transport
  1683. optint
  1684. opus
  1685. oraft < "0.3.0"
  1686. oranger >= "2.0.1"
  1687. orb
  1688. order-i3-xfce
  1689. ordering < "3.15.3"
  1690. ordinal
  1691. ordinal_abbreviation < "v0.17.0"
  1692. ordma >= "0.0.5"
  1693. orec >= "1.0.1"
  1694. orewa
  1695. orf
  1696. orgeat
  1697. orpie
  1698. orrandomForest
  1699. orsvm_e1071 >= "4.0.0"
  1700. orxgboost >= "1.1.0"
  1701. osc >= "0.2.0"
  1702. osc-lwt
  1703. osc-unix
  1704. oseq >= "0.2"
  1705. osh
  1706. oskel
  1707. osnap
  1708. osx-secure-transport
  1709. otaglibc
  1710. otf
  1711. otoggl
  1712. otoml
  1713. otr
  1714. oui
  1715. ounit = "2.1.2"
  1716. ounit-lwt < "2.2.0"
  1717. ounit2
  1718. ounit2-lwt
  1719. override
  1720. owee
  1721. owi
  1722. owl >= "0.4.0" & < "1.2"
  1723. owl-base >= "0.4.0" & < "1.2"
  1724. owl-jupyter
  1725. owl-ode
  1726. owl-ode-base
  1727. owl-ode-odepack
  1728. owl-ode-sundials
  1729. owl-opt
  1730. owl-opt-lbfgs
  1731. owl-plplot < "1.1"
  1732. owl-symbolic
  1733. owl-top >= "0.4.0" & < "1.2"
  1734. owl-zoo >= "0.4.0"
  1735. owork
  1736. ozulip
  1737. p4pp
  1738. p5scm
  1739. packstream
  1740. pacomb
  1741. paf
  1742. paf-cohttp
  1743. pam < "v0.17.0"
  1744. pandoc
  1745. pandoc-abbreviations
  1746. pandoc-comment
  1747. pandoc-crossref
  1748. pandoc-include
  1749. pandoc-inspect
  1750. pandoc-pdf2png
  1751. pandoc-replace
  1752. papi >= "0.1.1"
  1753. parany >= "9.0.0"
  1754. pardi >= "2.0.2"
  1755. parmap >= "1.1.1"
  1756. parsexp >= "v0.13.0" & < "v0.17.0"
  1757. parsexp_io < "v0.17.0"
  1758. parsley
  1759. patch
  1760. patdiff < "v0.17.0"
  1761. path_glob
  1762. patience_diff < "v0.17.0"
  1763. patricia-tree
  1764. pattern
  1765. pb
  1766. pb-plugin
  1767. pbkdf
  1768. pbrt
  1769. pbrt_services
  1770. pbrt_yojson
  1771. pcap-format >= "0.5.2"
  1772. pcre >= "7.3.5"
  1773. pcre2
  1774. pds-reachability >= "0.2.2"
  1775. pecu >= "0.2"
  1776. petrol
  1777. pf-qubes
  1778. pg_query
  1779. pgocaml >= "4.0"
  1780. pgocaml_ppx
  1781. pgx
  1782. pgx_async
  1783. pgx_lwt
  1784. pgx_lwt_mirage
  1785. pgx_lwt_unix
  1786. pgx_unix
  1787. pgx_value_core
  1788. pgx_value_ptime
  1789. phantom-algebra >= "1.0.1"
  1790. phonetic
  1791. phylogenetics < "0.2.0"
  1792. piaf
  1793. picasso
  1794. piqi >= "0.7.8"
  1795. piqilib >= "0.6.16"
  1796. pixel_pusher
  1797. pkcs11 >= "0.18.0"
  1798. pkcs11-cli
  1799. pkcs11-driver
  1800. pkcs11-rev
  1801. pla >= "1.3"
  1802. plateau
  1803. plato
  1804. plebeia
  1805. plist-xml
  1806. plist-xml-lwt
  1807. plotkicadsch
  1808. plplot >= "5.11.0-1"
  1809. polka
  1810. poll
  1811. polling_state_rpc < "v0.17.0"
  1812. polly < "0.5.0"
  1813. polynomial
  1814. pomap
  1815. popper
  1816. portaudio >= "0.2.2"
  1817. portaudio_c_bindings
  1818. posix-base < "4.0.1"
  1819. posix-bindings < "4.0.1"
  1820. posix-getopt >= "2.0.0" & < "4.0.1"
  1821. posix-math2 < "4.0.1"
  1822. posix-signal < "4.0.1"
  1823. posix-socket < "4.0.1"
  1824. posix-socket-unix < "4.0.1"
  1825. posix-time2 < "4.0.1"
  1826. posix-types >= "2.0.0" & < "4.0.1"
  1827. posix-uname < "4.0.1"
  1828. posixat < "v0.17.0"
  1829. postgres_async < "v0.17.0"
  1830. postgresql >= "4.4.1"
  1831. pp
  1832. pp-binary-ints
  1833. pp_loc
  1834. pprint >= "20200226"
  1835. ppx-owl-opt
  1836. ppx_accessor < "v0.17.0"
  1837. ppx_assert < "v0.17.0"
  1838. ppx_bap
  1839. ppx_base < "v0.17.0"
  1840. ppx_bench < "v0.17.0"
  1841. ppx_bin_prot < "v0.17.0"
  1842. ppx_bitstring < "5.0.2"
  1843. ppx_blob >= "0.6.0"
  1844. ppx_camlrack
  1845. ppx_catch
  1846. ppx_cold < "v0.17.0"
  1847. ppx_compare < "v0.17.0"
  1848. ppx_compose >= "0.1.0"
  1849. ppx_const
  1850. ppx_conv_func < "v0.17.0"
  1851. ppx_counters
  1852. ppx_css < "v0.17.0"
  1853. ppx_cstruct
  1854. ppx_cstubs
  1855. ppx_csv_conv < "v0.17.0"
  1856. ppx_custom_printf < "v0.17.0"
  1857. ppx_decimal
  1858. ppx_defer >= "0.4.0"
  1859. ppx_demo < "v0.17.0"
  1860. ppx_derive_at_runtime < "v0.17.0"
  1861. ppx_derivers >= "1.2.1"
  1862. ppx_deriving >= "4.5-1"
  1863. ppx_deriving_cad
  1864. ppx_deriving_cmdliner
  1865. ppx_deriving_encoding
  1866. ppx_deriving_hardcaml
  1867. ppx_deriving_hash
  1868. ppx_deriving_json_schema
  1869. ppx_deriving_jsoo
  1870. ppx_deriving_madcast >= "0.2"
  1871. ppx_deriving_popper
  1872. ppx_deriving_protobuf
  1873. ppx_deriving_qcheck
  1874. ppx_deriving_rpc < "10.2.0"
  1875. ppx_deriving_scad
  1876. ppx_deriving_yaml < "0.4.0"
  1877. ppx_deriving_yojson
  1878. ppx_disable_unused_warnings < "v0.17.0"
  1879. ppx_distr_guards >= "0.2"
  1880. ppx_enumerate < "v0.17.0"
  1881. ppx_expect < "v0.17.0"
  1882. ppx_ezlua
  1883. ppx_factory
  1884. ppx_fail
  1885. ppx_fields_conv < "v0.17.0"
  1886. ppx_fixed_literal < "v0.17.0"
  1887. ppx_gen_rec >= "1.1.0"
  1888. ppx_getenv
  1889. ppx_globalize < "v0.17.0"
  1890. ppx_hash < "v0.17.0"
  1891. ppx_here < "v0.17.0"
  1892. ppx_ignore_instrumentation < "v0.17.0"
  1893. ppx_import
  1894. ppx_inline_alcotest
  1895. ppx_inline_test < "v0.16.1"
  1896. ppx_irmin
  1897. ppx_jane < "v0.17.0"
  1898. ppx_js_style < "v0.17.0"
  1899. ppx_jsobject_conv
  1900. ppx_jsonaf_conv < "v0.17.0"
  1901. ppx_let < "v0.17.0"
  1902. ppx_log < "v0.17.0"
  1903. ppx_lun
  1904. ppx_make
  1905. ppx_map
  1906. ppx_marshal < "0.4.1"
  1907. ppx_marshal_ext < "0.4.1"
  1908. ppx_matches < "0.1.0"
  1909. ppx_meta_conv
  1910. ppx_mikmatch
  1911. ppx_module_timer < "v0.17.0"
  1912. ppx_monad
  1913. ppx_monoid >= "0.3.2"
  1914. ppx_mysql
  1915. ppx_open
  1916. ppx_optcomp < "v0.17.0"
  1917. ppx_optint
  1918. ppx_optional < "v0.17.0"
  1919. ppx_parser
  1920. ppx_pattern_bind < "v0.17.0"
  1921. ppx_pbt
  1922. ppx_pipebang < "v0.17.0"
  1923. ppx_protocol_conv
  1924. ppx_protocol_conv_json
  1925. ppx_protocol_conv_jsonm
  1926. ppx_protocol_conv_msgpack
  1927. ppx_protocol_conv_xml_light
  1928. ppx_protocol_conv_xmlm
  1929. ppx_protocol_conv_yaml
  1930. ppx_pyformat
  1931. ppx_python < "v0.17.0"
  1932. ppx_rapper
  1933. ppx_rapper_async
  1934. ppx_rapper_lwt
  1935. ppx_regexp >= "0.4.0"
  1936. ppx_repr
  1937. ppx_seq
  1938. ppx_sexp_conv < "v0.17.0"
  1939. ppx_sexp_message < "v0.17.0"
  1940. ppx_sexp_value < "v0.17.0"
  1941. ppx_show
  1942. ppx_stable < "v0.17.0"
  1943. ppx_stable_witness < "v0.17.0"
  1944. ppx_string < "v0.17.0"
  1945. ppx_string_interpolation
  1946. ppx_subliner
  1947. ppx_system
  1948. ppx_test
  1949. ppx_tools
  1950. ppx_tools_versioned
  1951. ppx_trace
  1952. ppx_ts
  1953. ppx_tydi < "v0.17.0"
  1954. ppx_type_directed_value
  1955. ppx_typed_fields < "v0.17.0"
  1956. ppx_typerep_conv < "v0.17.0"
  1957. ppx_tyre
  1958. ppx_units
  1959. ppx_variants_conv < "v0.17.0"
  1960. ppx_viewpattern
  1961. ppx_wideopen
  1962. ppx_xml_conv < "v0.17.0"
  1963. ppx_yojson
  1964. ppx_yojson_conv < "v0.17.0"
  1965. ppx_yojson_conv_lib < "v0.17.0"
  1966. ppxfind
  1967. ppxlib < "0.34.0"
  1968. ppxx
  1969. pratter
  1970. prbnmcn-basic-structures
  1971. prbnmcn-cgrph
  1972. prbnmcn-clustering
  1973. prbnmcn-dagger
  1974. prbnmcn-dagger-gsl
  1975. prbnmcn-dagger-stats
  1976. prbnmcn-dagger-test
  1977. prbnmcn-gnuplot
  1978. prbnmcn-linalg
  1979. prbnmcn-mcts
  1980. prbnmcn-proptest
  1981. prbnmcn-stats
  1982. prbnmcn-ucb1
  1983. prc
  1984. preface
  1985. prelude
  1986. prettym
  1987. printbox >= "0.3"
  1988. printbox-ext-plot
  1989. printbox-html
  1990. printbox-md
  1991. printbox-text >= "0.6.1"
  1992. proc-smaps
  1993. process_limits
  1994. processor
  1995. prof_spacetime
  1996. profiling
  1997. profunctor < "v0.17.0"
  1998. progress < "0.5.0"
  1999. prom
  2000. prometheus >= "0.6"
  2001. prometheus-app >= "0.6"
  2002. promise
  2003. promise_jsoo
  2004. promise_jsoo_lwt
  2005. protocell
  2006. protocol-9p >= "1.0.0"
  2007. protocol-9p-tool >= "1.0.0"
  2008. protocol-9p-unix >= "1.0.0"
  2009. protocol_version_header < "v0.17.0"
  2010. prr
  2011. psmt2-frontend = "0.3.0" | >= "0.4.0"
  2012. psq >= "0.1.1"
  2013. ptmap >= "2.0.5"
  2014. ptset
  2015. pulseaudio >= "0.1.4"
  2016. pure-html
  2017. pure-splitmix >= "0.3"
  2018. purl
  2019. pvec
  2020. pxshot
  2021. py >= "1.1"
  2022. pyast
  2023. pyml >= "20210924"
  2024. pyml_bindgen >= "0.3.0"
  2025. pyre-ast
  2026. pythonlib
  2027. qbf >= "0.3"
  2028. qcheck >= "0.13"
  2029. qcheck-alcotest
  2030. qcheck-core
  2031. qcheck-lin < "0.10"
  2032. qcheck-multicoretests-util < "0.10"
  2033. qcheck-ounit
  2034. qcheck-stm < "0.10"
  2035. qdrant
  2036. qinap
  2037. qiskit < "0.44.0"
  2038. qmp >= "0.19.0"
  2039. qrencode
  2040. qtest >= "2.10.1"
  2041. queenshead
  2042. quests
  2043. radamsa
  2044. radare2 >= "0.0.3"
  2045. randii
  2046. randomconv
  2047. randoml
  2048. range >= "0.8"
  2049. rangeSet
  2050. rankers
  2051. rawlink
  2052. rawlink-eio
  2053. rawlink-lwt
  2054. raygui < "1.4.0"
  2055. raylib < "1.4.0"
  2056. rdbg >= "1.196.12"
  2057. rdf >= "0.13.0" & < "1.1.0"
  2058. rdf_impls < "1.1.0"
  2059. rdf_json_ld < "1.1.0"
  2060. rdf_lwt < "1.1.0"
  2061. rdf_mysql < "1.1.0"
  2062. rdf_postgresql < "1.1.0"
  2063. rdf_ppx < "1.1.0"
  2064. re >= "1.9.0" & < "1.13.2"
  2065. re2 < "v0.17.0"
  2066. re2_stable
  2067. re_parser < "v0.17.0"
  2068. rea
  2069. reactiveData = "0.3.0"
  2070. reanalyze
  2071. reason < "3.14.0"
  2072. reason-standard
  2073. received
  2074. record_builder < "v0.17.0"
  2075. records >= "1.0.0"
  2076. reddit_api_async
  2077. reddit_api_kernel
  2078. redirect
  2079. redis >= "0.4"
  2080. redis-async < "v0.17.0"
  2081. redis-lwt >= "0.4"
  2082. redis-sync >= "0.4"
  2083. reed-solomon-erasure >= "1.0.2"
  2084. reedsolomon
  2085. refl
  2086. regex_parser_intf < "v0.17.0"
  2087. regrade
  2088. remu_ts
  2089. reparse
  2090. reparse-lwt
  2091. reparse-lwt-unix
  2092. reparse-unix
  2093. repr
  2094. repr-bench
  2095. repr-fuzz
  2096. res >= "5.0.1"
  2097. res_tailwindcss
  2098. resource-pooling >= "1.1"
  2099. resource_cache < "v0.17.0"
  2100. resp
  2101. resp-client
  2102. resp-mirage
  2103. resp-server >= "0.9"
  2104. resp-unix
  2105. resto
  2106. resto-acl
  2107. resto-cohttp
  2108. resto-cohttp-client
  2109. resto-cohttp-self-serving-client
  2110. resto-cohttp-server
  2111. resto-directory
  2112. resto-json
  2113. result
  2114. rfc1951 >= "0.8.1" & != "1.0.0"
  2115. rfc6287 >= "1.0.4"
  2116. rfc7748
  2117. rfsm >= "1.6-alpha-3" & < "2.0"
  2118. rhythm
  2119. ringo
  2120. ringo-lwt
  2121. river
  2122. rock
  2123. roman
  2124. root1d >= "0.5.1"
  2125. rope >= "0.6.2"
  2126. rosa
  2127. rosetta >= "0.2.0"
  2128. routes
  2129. rowex
  2130. rpc
  2131. rpc_parallel < "v0.17.0"
  2132. rpclib < "10.2.0"
  2133. rpclib-async < "10.2.0"
  2134. rpclib-html < "10.2.0"
  2135. rpclib-js < "10.2.0"
  2136. rpclib-lwt < "10.2.0"
  2137. rsdd
  2138. rss
  2139. rtop < "3.14.0"
  2140. rungen
  2141. runtime_events_tools < "0.5.2"
  2142. rusage
  2143. rust-staticlib-gen
  2144. rust-staticlib-virtual
  2145. SZXX
  2146. safemoney
  2147. safepass >= "3.1"
  2148. sail >= "0.15" & < "0.20"
  2149. sail_c_backend < "0.20"
  2150. sail_coq_backend < "0.20"
  2151. sail_doc_backend < "0.20"
  2152. sail_latex_backend < "0.20"
  2153. sail_lean_backend < "0.20"
  2154. sail_lem_backend < "0.20"
  2155. sail_manifest < "0.20"
  2156. sail_ocaml_backend < "0.20"
  2157. sail_output < "0.20"
  2158. sail_smt_backend < "0.20"
  2159. sail_sv_backend < "0.20"
  2160. salsa20 >= "1.0.0"
  2161. salsa20-core >= "1.0.0"
  2162. samplerate >= "0.1.6"
  2163. sanddb >= "0.2"
  2164. sarek
  2165. satex
  2166. saturn < "0.5.0"
  2167. saturn_lockfree < "0.5.0"
  2168. satyrographos
  2169. scad_ml
  2170. scfg
  2171. scgi
  2172. scipy
  2173. scrypt-kdf
  2174. sd_logic
  2175. search
  2176. searchTree
  2177. secp256k1 >= "0.4.1"
  2178. secp256k1-internal
  2179. sedlex
  2180. sek
  2181. sel >= "0.3.0"
  2182. semantic_version < "v0.17.0"
  2183. semaphore-compat
  2184. semver >= "0.2.1"
  2185. semver2
  2186. sendmail
  2187. sendmail-lwt
  2188. sendmail-miou-unix
  2189. sendmail-mirage
  2190. sentry
  2191. seq < "base"
  2192. seqes
  2193. sequencer_table < "v0.17.0"
  2194. serde < "0.0.2"
  2195. serde_debug
  2196. serde_derive < "0.0.2"
  2197. serde_json < "0.0.2"
  2198. serde_sexpr
  2199. serde_xml
  2200. serial
  2201. session >= "0.4.1"
  2202. session-cohttp >= "0.4.1"
  2203. session-cohttp-async >= "0.4.1"
  2204. session-cohttp-lwt >= "0.4.1"
  2205. session-cookie
  2206. session-cookie-async
  2207. session-cookie-lwt
  2208. session-postgresql >= "0.4.1"
  2209. session-postgresql-async
  2210. session-postgresql-lwt
  2211. session-redis-lwt >= "0.4.1"
  2212. session-webmachine >= "0.4.1"
  2213. setcore >= "1.0.2"
  2214. sexp < "v0.17.0"
  2215. sexp_decode
  2216. sexp_diff < "v0.17.0"
  2217. sexp_diff_kernel
  2218. sexp_grammar < "v0.17.0"
  2219. sexp_macro < "v0.17.0"
  2220. sexp_pretty < "v0.17.0"
  2221. sexp_select < "v0.17.0"
  2222. sexp_string_quickcheck < "v0.17.0"
  2223. sexplib >= "v0.13.0" & < "v0.17.0"
  2224. sexplib0 >= "v0.12.0" & < "v0.17.0"
  2225. sgf
  2226. sha >= "1.13"
  2227. shapefile
  2228. shared-block-ring
  2229. shared-memory-ring
  2230. shared-memory-ring-lwt
  2231. shared-secret >= "0.4"
  2232. shell < "v0.17.0"
  2233. shexp < "v0.17.0"
  2234. shine >= "0.2.2"
  2235. shuttle
  2236. shuttle_http
  2237. shuttle_ssl
  2238. shuttle_websocket
  2239. sifun
  2240. sihl
  2241. sihl-cache
  2242. sihl-contract
  2243. sihl-core
  2244. sihl-email
  2245. sihl-facade
  2246. sihl-persistence
  2247. sihl-queue
  2248. sihl-session
  2249. sihl-storage
  2250. sihl-token
  2251. sihl-type
  2252. sihl-user
  2253. sihl-web
  2254. simlog
  2255. simple63
  2256. simple_httpd
  2257. simple_httpd_caqti
  2258. sklearn
  2259. slack
  2260. slacko
  2261. slice
  2262. slug
  2263. smart-print >= "0.3.0"
  2264. smol
  2265. smol-helpers
  2266. smtlib-utils
  2267. snappy
  2268. so
  2269. sodium-fmt
  2270. solid < "0.5.0"
  2271. solid_server < "0.5.0"
  2272. solid_tools < "0.5.0"
  2273. solidity-alcotest
  2274. solidity-common
  2275. solidity-parser
  2276. solidity-test
  2277. solidity-typechecker
  2278. solo5-elftool
  2279. sortedseq_intersect
  2280. soundtouch >= "0.1.9"
  2281. soupault
  2282. spacetime_lib
  2283. spatial-shell
  2284. spawn < "v0.9.0" | >= "v0.13.0"
  2285. spdx_licenses
  2286. spectrum < "1.0.0.alpha"
  2287. speex
  2288. spelll >= "0.4"
  2289. spin
  2290. splay_tree < "v0.17.0"
  2291. splittable_random < "v0.17.0"
  2292. spoc
  2293. spoc_ppx
  2294. spoke
  2295. spotify-web-api
  2296. spotlib >= "4.1.0"
  2297. sqlgg >= "20200521"
  2298. sqlite3 >= "4.4.1"
  2299. sqlite3_utils
  2300. srt < "0.3.4"
  2301. ssh-agent >= "0.2.0"
  2302. ssl >= "0.5.6"
  2303. stdcompat >= "19"
  2304. stdint >= "0.6.0"
  2305. stdint-literals
  2306. stdio < "v0.17.0"
  2307. stdlib-diff
  2308. stdlib-random
  2309. stdlib-shims
  2310. stdune < "3.15.3"
  2311. stitch
  2312. stk < "0.5.0"
  2313. stk_iconv < "0.5.0"
  2314. stk_ocf < "0.5.0"
  2315. stk_ppx < "0.5.0"
  2316. stk_rdf < "0.5.0"
  2317. stk_xml < "0.5.0"
  2318. stog >= "0.20.0"
  2319. stog_all
  2320. stog_asy
  2321. stog_dot
  2322. stog_extern
  2323. stog_markdown
  2324. stog_multi_doc
  2325. stog_nocaml
  2326. stog_noexec
  2327. stog_plugins
  2328. stog_rdf
  2329. stog_rel_href
  2330. stog_server
  2331. stog_server_multi
  2332. stog_sitemap
  2333. stog_writing
  2334. stone >= "0.5.2"
  2335. stored_reversed < "v0.17.0"
  2336. stramon-lib
  2337. streamable < "v0.17.0"
  2338. streaming
  2339. string_dict < "v0.17.0"
  2340. stringext >= "1.6.0"
  2341. sturgeon >= "0.4.2"
  2342. subscriptions-transport-ws
  2343. subtype-refinement >= "0.2"
  2344. sun
  2345. svmwrap
  2346. swagger >= "0.2.0"
  2347. swhid
  2348. swhid_compute
  2349. swhid_core
  2350. swhid_types
  2351. swipl
  2352. syguslib-utils
  2353. syncweb
  2354. syndic >= "1.6.0"
  2355. sys-socket
  2356. sys-socket-unix
  2357. syslog >= "2.0.1"
  2358. syslog-message >= "1.0.0"
  2359. syslog-rfc5424 < "0.2"
  2360. systemverilog >= "0.0.2"
  2361. syto
  2362. tablecloth-base
  2363. tablecloth-native < "transition"
  2364. taglib >= "0.3.7"
  2365. talaria-bibtex
  2366. tar
  2367. tar-eio
  2368. tar-mirage
  2369. tar-unix
  2370. tcalc
  2371. tcpip
  2372. tdigest
  2373. telltime
  2374. tensorboard
  2375. term-indexing
  2376. term-tools
  2377. terminal < "0.5.0"
  2378. terminal_size >= "0.1.4"
  2379. terminus
  2380. terminus-cohttp
  2381. terminus-hlc
  2382. testu01
  2383. textmate-language
  2384. textrazor
  2385. textutils < "v0.17.0"
  2386. textutils_kernel < "v0.17.0"
  2387. textwrap >= "0.2.1"
  2388. tezos-base58
  2389. tezos-context-hash
  2390. tezt < "4.3.0"
  2391. tezt-performance-regression
  2392. theora
  2393. thread-local-storage
  2394. thread-table
  2395. thrift
  2396. tidy
  2397. tidy_email
  2398. tidy_email_mailgun
  2399. tidy_email_sendgrid
  2400. tidy_email_smtp
  2401. tilde_f < "v0.17.0"
  2402. time_now < "v0.17.0"
  2403. timed >= "1.1"
  2404. timedesc
  2405. timedesc-json
  2406. timedesc-sexp
  2407. timedesc-tzdb
  2408. timedesc-tzlocal
  2409. timedesc-tzlocal-js
  2410. timere
  2411. timere-parse
  2412. timezone < "v0.17.0"
  2413. timmy
  2414. timmy-jsoo
  2415. timmy-lwt
  2416. timmy-unix
  2417. tiny_httpd
  2418. tiny_httpd_camlzip
  2419. tiny_httpd_eio
  2420. tip-parser >= "0.4"
  2421. tldr
  2422. tls >= "0.12.8"
  2423. tls-async
  2424. tls-eio
  2425. tls-lwt
  2426. tls-miou-unix
  2427. tls-mirage
  2428. toc
  2429. tofn
  2430. toml
  2431. toml-cconv
  2432. toml_cconv
  2433. toplevel_backend < "v0.17.0"
  2434. toplevel_expect_test < "v0.17.0"
  2435. topojson
  2436. topojsone
  2437. topological_sort < "v0.17.0"
  2438. torch < "v0.17.0"
  2439. tqdm
  2440. trace
  2441. trace-fuchsia
  2442. trace-runtime-events
  2443. trace-tef
  2444. tracing < "v0.17.0"
  2445. tracy-client
  2446. traits
  2447. trampoline
  2448. transept
  2449. traverse
  2450. travesty < "0.8.0"
  2451. trax >= "0.4.0"
  2452. tree_layout >= "0.2"
  2453. treeprint >= "2.3.0"
  2454. trexio
  2455. trie
  2456. tsdl-image >= "0.3.0"
  2457. tsdl-mixer
  2458. tsdl-ttf >= "0.3"
  2459. tsort
  2460. tube >= "4.4.0"
  2461. tuntap
  2462. twirp_cohttp_lwt_unix
  2463. twirp_core
  2464. twirp_ezcurl
  2465. twirp_tiny_httpd
  2466. twostep
  2467. tyabt
  2468. type_eq
  2469. typerep >= "v0.13.0" & < "v0.17.0"
  2470. typeset
  2471. tyre = "0.5"
  2472. tyxml >= "4.3.0"
  2473. tyxml-jsx
  2474. tyxml-lwd
  2475. tyxml-ppx >= "4.3.0"
  2476. tyxml-syntax
  2477. ubase
  2478. ubpf >= "0.2"
  2479. uecc >= "0.3"
  2480. ufind
  2481. uint >= "2.0.1"
  2482. ulid
  2483. um-abt
  2484. unidecode
  2485. unionFind < "20250818"
  2486. unisim_archisec < "0.0.14"
  2487. unison < "2.53.4"
  2488. universo
  2489. unix-errno >= "0.6.0"
  2490. unstrctrd
  2491. uri >= "2.2.1"
  2492. uri-bench
  2493. uri-re
  2494. uri-sexp
  2495. uring
  2496. uritemplate
  2497. user-agent-parser
  2498. username_kernel < "v0.17.0"
  2499. uspf
  2500. uspf-lwt
  2501. uspf-mirage
  2502. uspf-unix
  2503. utcp
  2504. utop
  2505. uuuu >= "0.1.1"
  2506. validator
  2507. variantslib >= "v0.13.0" & < "v0.17.0"
  2508. varray
  2509. vcaml
  2510. vcardgen >= "1.2"
  2511. vchan
  2512. vchan-unix
  2513. vchan-xen
  2514. vdom
  2515. vec
  2516. vector
  2517. vector3 >= "1.0.0"
  2518. vercel
  2519. vhd-format >= "0.12.0"
  2520. vhd-format-lwt
  2521. vif
  2522. vifu
  2523. virtual_dom < "v0.17.0"
  2524. visitors >= "20200207"
  2525. vlq >= "0.2.1"
  2526. vmnet
  2527. vocal
  2528. voqc
  2529. vorbis
  2530. vpt >= "5.0.0"
  2531. vscoq-language-server < "2.3.3"
  2532. vsrocq-language-server
  2533. vue-jsoo
  2534. wall
  2535. wasm >= "2.0.2"
  2536. wasmer
  2537. wasmtime
  2538. wayland
  2539. waylaunch
  2540. wcwidth
  2541. webauthn
  2542. weberizer >= "0.8"
  2543. webmachine >= "0.6.2"
  2544. websocket >= "2.12"
  2545. websocket-async
  2546. websocket-lwt
  2547. websocket-lwt-unix
  2548. websocketaf
  2549. webtest
  2550. webtest-js
  2551. wikitext
  2552. win-error >= "1.0"
  2553. win-eventlog >= "0.3"
  2554. winsvc
  2555. ws
  2556. ws-server
  2557. wseg
  2558. wtf8 >= "1.0.2"
  2559. wtr
  2560. wtr-ppx
  2561. wu-manber-fuzzy-search
  2562. x509
  2563. x86_64-esperanto >= "0.0.6"
  2564. xapi-backtrace
  2565. xapi-inventory
  2566. xapi-rrd
  2567. xapi-stdext-date
  2568. xapi-stdext-encodings
  2569. xapi-stdext-pervasives
  2570. xapi-stdext-std
  2571. xapi-stdext-threads
  2572. xapi-stdext-unix
  2573. xapi-stdext-zerocheck
  2574. xdg-basedir
  2575. xen-evtchn
  2576. xen-evtchn-unix
  2577. xen-gnt
  2578. xen-gnt-unix
  2579. xenstore
  2580. xenstore-tool
  2581. xenstore_transport >= "1.1.0"
  2582. xmelly
  2583. xml-light >= "2.5"
  2584. xmldiff >= "0.7.0"
  2585. xmldiff_js
  2586. xmlplaylist >= "0.1.5"
  2587. xoshiro
  2588. xtmpl >= "0.19.0" & < "1.1.0"
  2589. xtmpl_js < "1.1.0"
  2590. xtmpl_ppx < "1.1.0"
  2591. yaml >= "1.0.0"
  2592. yaml-sexp
  2593. yara >= "0.2"
  2594. yocaml < "2.0.0"
  2595. yocaml_cmark
  2596. yocaml_git < "2.0.0"
  2597. yocaml_jingoo < "2.0.0"
  2598. yocaml_markdown < "2.4.1"
  2599. yocaml_mustache < "2.0.0"
  2600. yocaml_syndication < "2.0.0"
  2601. yocaml_unix < "2.0.0"
  2602. yocaml_yaml < "2.0.0"
  2603. yojson >= "1.5.0"
  2604. yojson-bench
  2605. yojson-five
  2606. yultracer
  2607. yurt >= "0.6"
  2608. yuscii >= "0.2.1"
  2609. yuujinchou
  2610. zanuda
  2611. zarith-ppx
  2612. zarith_stubs_js < "v0.17.0"
  2613. zed >= "2.0.6"
  2614. zeit
  2615. zelus
  2616. zelus-gtk
  2617. zipperposition
  2618. zipperposition-tools
  2619. zlib
  2620. zlist >= "0.4.0"
  2621. zmq >= "5.1.0"
  2622. zmq-async >= "5.1.0"
  2623. zmq-eio
  2624. zmq-lwt >= "5.1.0"
  2625. zstandard < "v0.17.0"
  2626. zstd = "0.3"
  2627. zxcvbn >= "2.3+2"

Conflicts (7)

  1. jbuilder = "transition"
  2. js_of_ocaml-compiler < "3.6.0"
  3. dune-release < "1.3.0"
  4. odoc < "2.0.1"
  5. dune-configurator < "2.3.0"
  6. ocaml-lsp-server < "1.3.0"
  7. merlin < "3.4.0"