package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.12.1.tbz
sha256=b9fd6560879f9d340ae8a87c967b0d2bcd3c4120cffcd9fb661f325078f74f6f
sha512=1a4159d18a7aee0ca9f53f176955a41f5a6d83b16885e7f6ac47326453572df74a87f21f4ceddb8d2e94e00f61d2ba5ca6dba299679968f1d151d2811dcd2014

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