package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.12.2.tbz
sha256=e8aa5f01fee83efac8733df0bec3e23aaecdb4524bc58b8065cd18cc07295fb3
sha512=ae6039c67a1eca9f946b67bdc84433cafe0648d51d22600b1b108fa5712db34524958137cb3a0d82b5a965c66dae7dc4c9619796eda8f72246178885e460f601

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 is composable; supporting multi-package development by simply dropping multiple repositories into the same directory.

Dune 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.

Added to opam-repository:

README

Dune

A Composable Build System for OCaml

Main Workflow Release Coverage License Contributors

Dune is a build system for OCaml. It provides a consistent experience and takes care of the low-level details of OCaml compilation. You need only to provide a description of your project, and Dune will do the rest.

Dune 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.

How does it work?

Dune reads project metadata from dune files, which are static files with a simple S-expression syntax. 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 little 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.

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

Dune is composable, meaning that multiple Dune projects can be arranged together, leading to a single build that Dune knows how to execute. This allows for monorepos of projects.

Dune makes simultaneous development on multiple packages a trivial task.

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

Build 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.

Installation

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 boot/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

Issues Discussions Discuss OCaml Discord

If you have questions or issues about Dune, you can ask in our GitHub discussions page or open a ticket on GitHub.

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