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